home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / othergnu / gnuplot.zoo / gnuplot.gih < prev    next >
Text File  |  1992-03-01  |  87KB  |  2,310 lines

  1. ?
  2.  GNUPLOT is a command-driven interactive function plotting program. It
  3.  is case sensitive (commands and function names written in lowercase
  4.  are not the same as those written in CAPS). All command names may be
  5.  abbreviated, as long as the abbreviation is not ambiguous. Any number
  6.  of commands may appear on a line, separated by semicolons (;).
  7.  Strings are indicated with quotes.  They may be either single or double
  8.  quotation marks, e.g.,
  9.  
  10.           load "filename"
  11.           cd 'dir'
  12.  
  13.  Any command-line arguments are assumed to be names of files containing 
  14.  GNUPLOT commands, with the exception of standard X11 arguments, which
  15.  are processed first. Each file is loaded with the `load` command, in the
  16.  order specified. GNUPLOT exits after the last file is processed.  When
  17.  no load files are named, gnuplot enters into an interactive mode.
  18.  
  19.  Commands may extend over several input lines, by ending each 
  20.  line but the last with a backslash (\). The backslash must be the LAST
  21.  character on each line. The effect is as if the backslash and newline
  22.  were not there. That is, no white space is implied, nor is a comment
  23.  terminated. Therefore, commenting out a continued line comments out
  24.  the entire command (see `comment`).
  25.  
  26.  In this documentation, curly braces ({}) denote optional arguments to
  27.  many commands, and a vertical bar (|) separates mutually exclusive
  28.  choices.  GNUPLOT keywords or help topics are indicated by backquotes
  29.  or `boldface` (where available).  Angle brackets (<>) are used to mark
  30.  replaceable tokens.
  31.  
  32.  For help on any topic, type `help` followed by the name of the topic.
  33.  
  34.  The new GNUPLOT user should begin by reading about the `plot`
  35.  command (type `help plot`).
  36. ?cd
  37.  The `cd` command changes the working directory.
  38.  
  39.  Syntax:
  40.          cd "<directory-name>"
  41.  
  42.  The directory name must be enclosed in quotes.
  43.  
  44.  Examples:
  45.          cd 'subdir'
  46.          cd ".."
  47. ?clear
  48.  The `clear` command erases the current screen or output device as
  49.  specified by `set output`. This usually generates a formfeed on
  50.  hardcopy devices. Use `set terminal` to set the device type.
  51. ?line-editing
  52. ?editing
  53. ?history
  54.  The Unix and IBM PC versions of GNUPLOT support command-line editing.
  55.  Also, a history mechanism allows previous commands to be edited, and
  56.  re-executed. After the command line has been edited, a newline or
  57.  carriage return will enter the entire line regardless of where the
  58.  cursor is positioned.
  59.  
  60.  The editing commands are as follows:
  61.  
  62.  `Line editing`:
  63.  
  64.  ^B moves back a single character.
  65.  ^F moves forward a single character.
  66.  ^A moves to the beginning of the line.
  67.  ^E moves to the end of the line.
  68.  ^H and DEL delete the previous character.
  69.  ^D deletes the current character.
  70.  ^K deletes from current position to the end of line.
  71.  ^L,^R redraws line in case it gets trashed.
  72.  ^U deletes the entire line.
  73.  ^W deletes the last word.
  74.  
  75.  `History`:
  76.  
  77.  ^P moves back through history.
  78.  ^N moves forward through history.
  79.  
  80.  On the IBM PC the use of a TSR program such as DOSEDIT or CED may be
  81.  desired for line editing. For such a case GNUPLOT may be compiled with
  82.  no line editing capability (default makefile setup). Set READLINE in the
  83.  makefile and add readline.obj to the link file if GNUPLOT line editing
  84.  is to be used for the IBM PC. The following arrow keys may be used
  85.  on the IBM PC version if readline is used:
  86.  
  87.  Left  Arrow     - same as ^B.
  88.  Right Arrow     - same as ^F.
  89.  Ctl Left  Arrow - same as ^A.
  90.  Ctl Right Arrow - same as ^E.
  91.  Up    Arrow     - same as ^P.
  92.  Down  Arrow     - same as ^N.
  93.  (The readline function in gnuplot is not the same as the readline used
  94.  in GNU BASH and GNU EMACS.  It is somewhat compatible however.) 
  95. ?comments
  96.  Comments are supported as follows: a # may appear in most places in a line
  97.  and GNUPLOT will ignore the rest of the line. It will not have this
  98.  effect inside quotes, inside numbers (including complex numbers), inside
  99.  command substitutions, etc. In short, it works anywhere it makes sense
  100.  to work.
  101. ?environment
  102.  A number of shell environment variables are understood by GNUPLOT.
  103.  None of these are required, but may be useful.
  104.  
  105.  If GNUTERM is defined, it is used as the name of the terminal type to
  106.  be used. This overrides any terminal type sensed by GNUPLOT on start
  107.  up, but is itself overridden by the .gnuplot (or equivalent) start-up
  108.  file (see `start-up`), and of course by later explicit changes.
  109.  
  110.  On Unix, AmigaDOS, and MS-DOS, GNUHELP may be defined to be the pathname
  111.  of the HELP file (gnuplot.gih).
  112.  
  113.  On VMS, the symbol GNUPLOT$HELP should be defined as the name of 
  114.  the help library for GNUPLOT.
  115.  
  116.  On Unix, HOME is used as the name of a directory to search for 
  117.  a .gnuplot file if none is found in the current directory.
  118.  On AmigaDOS and MS-DOS, GNUPLOT is used. On VMS, SYS$LOGIN: is used.
  119.  See help start-up.
  120.  
  121.  On Unix, PAGER is used as an output filter for help messages.
  122.  
  123.  On Unix and AmigaDOS, SHELL is used for the `shell` command. On MS-DOS,
  124.  COMSPEC is used for the `shell` command.
  125.  
  126.  On AmigaDOS, GNUFONT is used for the screen font.  For example:
  127.  "setenv GNUFONT sapphire/14".
  128.  
  129.  On MS-DOS, if the BGI interface is used, the variable `BGI` is used to point 
  130.  to the full path to the BGI drivers directory. Furthermore SVGA is used to
  131.  name the Super VGA BGI driver in 800x600 res., and its mode of operation
  132.  as 'Name.Mode'.
  133.  For example, if the Super VGA driver is C:\TC\BGI\SVGADRV.BGI and mode 3 is
  134.  used for 800x600 res., then: 'set BGI=C:\TC\BGI' and 'set SVGA=SVGADRV.3'.
  135. ?exit
  136. ?quit
  137.  The commands `exit` and `quit` and the END-OF-FILE character
  138.  will exit GNUPLOT. All these commands will clear the output device
  139.  (as the `clear` command does) before exiting.
  140. ?expressions
  141.  In general, any mathematical expression accepted by C, FORTRAN,
  142.  Pascal, or BASIC is valid. The precedence of these operators is
  143.  determined by the specifications of the C programming language.
  144.  White space (spaces and tabs) is ignored inside expressions.
  145.  
  146.  Complex constants may be expressed as the {<real>,<imag>}, where <real>
  147.  and <imag> must be numerical constants. For example, {3,2}
  148.  represents 3 + 2i; {0,1} represents `i` itself. The curly braces 
  149.  are explicitly required here.
  150. ?expressions functions
  151. ?functions
  152.  The functions in GNUPLOT are the same as the corresponding functions
  153.  in the Unix math library, except that all functions accept integer,
  154.  real, and complex arguments, unless otherwise noted. The `sgn`
  155.  function is also supported, as in BASIC.
  156. ?expressions functions abs
  157. ?functions abs
  158. ?abs
  159.  The `abs` function returns the absolute value of its argument. The
  160.  returned value is of the same type as the argument.
  161.  
  162.  For complex arguments, abs(x) is defined as the length of x in the
  163.  complex plane [i.e.,  sqrt(real(x)**2 + imag(x)**2) ].
  164. ?expressions functions acos
  165. ?functions acos
  166. ?acos
  167.  The `acos` function returns the arc cosine (inverse cosine) of its
  168.  argument. `acos` returns its argument in radians.
  169. ?expressions functions arg
  170. ?functions arg
  171. ?arg
  172.  The `arg` function returns the phase of a complex number, in radians.
  173. ?expressions functions asin
  174. ?functions asin
  175. ?asin
  176.  The `asin` function returns the arc sin (inverse sin) of its argument.
  177.  `asin` returns its argument in radians.
  178. ?expressions functions atan
  179. ?functions atan
  180. ?atan
  181.  The `atan` function returns the arc tangent (inverse tangent) of its
  182.  argument. `atan` returns its argument in radians.
  183. ?expressions functions besj0
  184. ?functions besj0
  185. ?besj0
  186.  The `besj0` function returns the j0th Bessel function of its argument.
  187.  `besj0` expects its argument to be in radians.
  188. ?expressions functions besj1
  189. ?functions besj1
  190. ?besj1
  191.  The `besj1` function returns the j1st Bessel function of its argument.
  192.  `besj1` expects its argument to be in radians.
  193. ?expressions functions besy0
  194. ?functions besy0
  195. ?besy0
  196.  The `besy0` function returns the y0th Bessel function of its argument.
  197.  `besy0` expects its argument to be in radians.
  198. ?expressions functions besy1
  199. ?functions besy1
  200. ?besy1
  201.  The `besy1` function returns the y1st Bessel function of its argument.
  202.  `besy1` expects its argument to be in radians.
  203. ?expressions functions ceil
  204. ?functions ceil
  205. ?ceil
  206.  The `ceil` function returns the smallest integer that is not less than its
  207.  argument. For complex numbers, `ceil` returns the smallest integer
  208.  not less than the real part of its argument.
  209. ?expressions functions cos
  210. ?functions cos
  211. ?cos
  212.  The `cos` function returns the cosine of its argument. `cos` expects its
  213.  argument to be in radians.
  214. ?expressions functions cosh
  215. ?functions cosh
  216. ?cosh
  217.  The `cosh` function returns the hyperbolic cosine of its argument.
  218.  `cosh` expects its argument to be in radians.
  219. ?expressions functions exp
  220. ?functions exp
  221. ?exp
  222.  The `exp` function returns the exponential function of its argument
  223.  (`e` raised to the power of its argument).
  224. ?expressions functions floor
  225. ?functions floor
  226. ?floor
  227.  The `floor` function returns the largest integer not greater than its
  228.  argument. For complex numbers, `floor` returns the largest
  229.  integer not greater than the real part of its argument.
  230. ?expressions functions gamma
  231. ?functions gamma
  232. ?gamma
  233.  The `gamma` function returns the gamma function of the real part of
  234.  its argument. For integer n, gamma(n+1) = n! .
  235.  If the argument is a complex value, the imaginary component is ignored.
  236. ?expressions functions imag
  237. ?functions imag
  238. ?imag
  239.  The `imag` function returns the imaginary part of its argument as a
  240.  real number.
  241. ?expressions functions int
  242. ?functions int
  243. ?int
  244.  The `int` function returns the integer part of its argument, truncated
  245.  toward zero.
  246. ?expressions functions log
  247. ?functions log
  248. ?log
  249.  The `log` function returns the natural logarithm (base `e`) of its
  250.  argument.
  251. ?expressions functions log10
  252. ?functions log10
  253. ?log10
  254.  The `log10` function returns the logarithm (base 10) of its argument.
  255. ?expressions functions real
  256. ?functions real
  257. ?real
  258.  The `real` function returns the real part of its argument.
  259. ?expressions functions sgn
  260. ?functions sgn
  261. ?sgn
  262.  The `sgn` function returns 1 if its argument is positive, -1 if its
  263.  argument is negative, and 0 if its argument is 0. If the argument
  264.  is a complex value, the imaginary component is ignored.
  265. ?expressions functions sin
  266. ?functions sin
  267. ?sin
  268.  The `sin` function returns the sine of its argument. `sin` expects its
  269.  argument to be in radians.
  270. ?expressions functions sinh
  271. ?functions sinh
  272. ?sinh
  273.  The `sinh` function returns the hyperbolic sine of its argument. `sinh`
  274.  expects its argument to be in radians.
  275. ?expressions functions sqrt
  276. ?functions sqrt
  277. ?sqrt
  278.  The `sqrt` function returns the square root of its argument.
  279. ?expressions functions tan
  280. ?functions tan
  281. ?tan
  282.  The `tan` function returns the tangent of its argument. `tan` expects
  283.  its argument to be in radians.
  284. ?expressions functions tanh
  285. ?functions tanh
  286. ?tanh
  287.  The `tanh` function returns the hyperbolic tangent of its argument.
  288.  `tanh` expects its argument to be in radians.
  289. ?expressions operators
  290. ?operators
  291.  The operators in GNUPLOT are the same as the corresponding operators
  292.  in the C programming language, except that all operators accept
  293.  integer, real, and complex arguments, unless otherwise noted.
  294.  The ** operator (exponentiation) is supported, as in FORTRAN.
  295.  
  296.  Parentheses may be used to change order of evaluation.
  297. ?expressions operators binary
  298. ?operators binary
  299. ?binary
  300.  The following is a list of all the binary operators and their
  301.  usages:
  302.  
  303.   Symbol      Example      Explanation
  304.    **          a**b          exponentiation
  305.    *           a*b           multiplication
  306.    /           a/b           division
  307.    %           a%b         * modulo
  308.    +           a+b           addition
  309.    -           a-b           subtraction
  310.    ==          a==b          equality
  311.    !=          a!=b          inequality
  312.    &           a&b         * bitwise AND
  313.    ^           a^b         * bitwise exclusive OR
  314.    |           a|b         * bitwise inclusive OR
  315.    &&          a&&b        * logical AND
  316.    ||          a||b        * logical OR
  317.    ?:          a?b:c       * ternary operation
  318.  
  319.  (*) Starred explanations indicate that the operator requires
  320.  integer arguments.
  321.  
  322.  Logical AND (&&) and OR (||) short-circuit the way they do in C.
  323.  That is, the second && operand is not evaluated if the first is
  324.  false; the second || operand is not evaluated if the first is true.
  325.  
  326.  The ternary operator evaluates its first argument (a). If it is
  327.  true (non-zero) the second argument (b) is evaluated and returned,
  328.  otherwise the third argument (c) is evaluated and returned.
  329. ?expressions operators unary
  330. ?operators unary
  331. ?unary
  332.  The following is a list of all the unary operators and their
  333.  usages:
  334.  
  335.   Symbol     Example      Explanation
  336.    -           -a          unary minus
  337.    ~           ~a        * one's complement
  338.    !           !a        * logical negation
  339.    !           a!        * factorial
  340.  
  341.  (*) Starred explanations indicate that the operator requires an
  342.  integer argument.
  343.  
  344.  The factorial operator returns a real number to allow a greater range.
  345. ?help
  346.  The `help` command displays on-line help. To specify information on a
  347.  particular topic use the syntax:
  348.  
  349.          help {<topic>}
  350.  
  351.  If <topic> is not specified, a short message is printed about
  352.  GNUPLOT. After help for the requested topic is given, help for a
  353.  subtopic may be requested by typing its name, extending the help
  354.  request. After that subtopic has been printed, the request may be
  355.  extended again, or simply pressing return goes back one level to the
  356.  previous topic. Eventually, the GNUPLOT command line will return.
  357. ?load
  358.  The `load` command executes each line of the specified input file as
  359.  if it had been typed in interactively. Files created by the `save`
  360.  command can later be `load`ed. Any text file containing valid
  361.  commands can be created and then executed by the `load` command.
  362.  Files being `load`ed may themselves contain `load` commands. See
  363.  `comment` for information about comments in commands.
  364.  
  365.  The `load` command must be the last command on the line.
  366.  
  367.  Syntax:
  368.          load "<input-file>"
  369.  
  370.  The name of the input file must be enclosed in quotes.
  371.  
  372.  Examples:
  373.  
  374.          load 'work.gnu'
  375.          load "func.dat"
  376.  
  377.  The `load` command is performed implicitly on any file names given as
  378.  arguments to GNUPLOT. These are loaded in the order specified, and
  379.  then GNUPLOT exits.
  380. ?pause
  381.  The `pause` command displays any text associated with the command and
  382.  then waits a specified amount of time or until the carriage return is
  383.  pressed.  `pause` is especially useful in conjunction with `load` files.
  384.  
  385.  Syntax:
  386.          pause <time> {"<string>"}
  387.  
  388.  <time> may be any integer constant or expression. Choosing -1 will
  389.  wait until a carriage return is hit, zero (0) won't pause at all, and
  390.  a positive integer will wait the specified number of seconds.
  391.  
  392.  Note: Since `pause` is not part of the plot it may interact with
  393.  different device drivers differently (depending upon how text and
  394.  graphics are mixed).
  395.  
  396.  Examples:
  397.          pause -1    # Wait until a carriage return is hit
  398.          pause 3     # Wait three seconds
  399.          pause -1  "Hit return to continue"
  400.          pause 10  "Isn't this pretty?  It's a cubic-spline."
  401.  
  402. ?plot
  403. ?splot
  404.  `plot` and `splot` are the primary commands of the program. They plot
  405.  functions and data in many, many ways. `plot` is used to plot 2-d
  406.  functions and data, while `splot` plots 3-d surfaces and data.
  407.  
  408.  Syntax:
  409.  
  410.          plot {ranges}  <function> {title} {style}
  411.                      {, <function> {title} {style}...}
  412.  
  413.          splot {ranges}  <function> {title} {style}
  414.                       {, <function> {title} {style}...}
  415.  
  416.  where <function> is either a mathematical expression, the name of a
  417.  data file enclosed in quotes, or a pair (`plot`) or triple (`splot`)
  418.  of mathematical expressions in the case of parametric functions.
  419.  User-defined functions and variables may also be defined here.
  420.  
  421.  `plot` and `splot` commands can be as simple as
  422.  
  423.          plot sin(x)
  424.  
  425.  and
  426.  
  427.          splot x * y
  428.  
  429.  or as complex as (!)
  430.  
  431.          plot [t=1:10] [-pi:pi*2] tan(t),"data.1" with lines,t**2 with points
  432. ?plot datafile
  433. ?plot data-file
  434. ?splot datafile
  435. ?splot data-file
  436. ?datafile
  437. ?data-file
  438. ?data
  439.  Discrete data contained in a file can displayed by specifying the
  440.  name of the data file (enclosed in quotes) on the `plot` or `splot`
  441.  command line. Data files should contain one data point per line.
  442.  Lines beginning with # (or ! on VMS) will be treated as comments
  443.  and ignored. For `plot`s, each data point represents an (x,y)
  444.  pair. For `splot`s, each point is an (x,y,z) triple. For `plot`s with
  445.  error bars (see `plot errorbars`), each data point is either
  446.  (x,y,ydelta) or (x,y,ylow,yhigh). In all cases, the numbers on each
  447.  line of a data file must be separated by blank space. This blank
  448.  space divides each line into columns.
  449.  
  450.  For `plot`s the x value may be omitted, and for `splot`s the x
  451.  and y values may be omitted. In either case the omitted values are
  452.  assigned the current coordinate number. Coordinate numbers start at 0
  453.  and are incremented for each data point read.
  454.  
  455.  To specify other formats, see `plot datafile using`.
  456.  
  457.  In the `plot` command, blank lines in the data file cause a break in
  458.  the plot. There will be no line drawn between the preceding and
  459.  following points if the plot style is `lines` or `linespoints` (see
  460.  `plot style`). This does not change the plot style, as would plotting
  461.  the data as separate curves.
  462.  
  463.  This example compares the data in the file population.dat to a
  464.  theoretical curve:
  465.  
  466.          pop(x) = 103*exp((1965-x)/10)
  467.          plot [1960:1990] 'population.dat', pop(x)
  468.  
  469.  The file population.dat might contain:
  470.  
  471.          # Gnu population in Antarctica since 1965
  472.          1965   103
  473.          1970   55
  474.          1975   34
  475.          1980   24
  476.          1985   10
  477.  
  478.  When a data file is plotted, `samples` and `iso_samples` are ignored.
  479.  Curves plotted using the `plot` command are automatically extended to
  480.  hold the entire curve. Similarly grid data plotted using the `splot`
  481.  command is automatically extended, using the assumption that isolines
  482.  are separated by blank lines (a line with only a CR/LF in it).
  483.  
  484.  Implicitly, there are two types of 3-d datafiles. If all the isolines
  485.  are of the same length, the data is assumed to be a grid data, i.e.,
  486.  the data has a grid topology. Cross isolines in the other parametric
  487.  direction (the ith cross isoline passes thru the ith point of all the
  488.  provided isolines) will also be drawn for grid data. (Note contouring
  489.  is available for grid data only.) If all the isolines are not of the
  490.  same length, no cross isolines will be drawn and contouring that data
  491.  is impossible.
  492.  
  493.  For splot if 3-d datafile and using format (see `splot datafile using`)
  494.  specify only z (height field), a non parametric mode must be specified.
  495.  If, on the other hand, x, y, and z are all specified, a parametric
  496.  mode should be selected (see `set parametric`) since data is defining a
  497.  parametric surface.
  498.  
  499.  A simple example of plotting a 3-d data file is
  500.  
  501.          set parametric
  502.          splot 'glass.dat'
  503.  
  504.  or
  505.  
  506.          set noparametric
  507.          splot 'datafile.dat'
  508.  
  509.  where the file datafile.dat might contain:
  510.  
  511.          # The valley of the Gnu.
  512.          10
  513.          10
  514.          10
  515.  
  516.          10
  517.          5
  518.          10
  519.  
  520.          10
  521.          1
  522.          10
  523.  
  524.          10
  525.          0
  526.          10
  527.  
  528.  Note datafile.dat defines a 4 by 3 grid ( 4 rows of 3 points each ).
  529.  Rows are seperated by blank lines.
  530.  
  531.  For more information about 3-d plotting, see `splot`.
  532. ?plot datafile using
  533. ?plot data-file using
  534. ?splot datafile using
  535. ?splot data-file using
  536. ?using
  537.  The format of data within a file can be selected with the `using` 
  538.  option. An explicit scanf string can be used, or simpler column
  539.  choices can be made.
  540.  
  541.  Syntax:
  542.  
  543.          plot "datafile" { using { <ycol> |
  544.                                    <xcol>:<ycol> |
  545.                                    <xcol>:<ycol>:<ydelta> |
  546.                                    <xcol>:<ycol>:<ylow>:<yhigh> }
  547.                                  {"<scanf string>"} } ...
  548.  
  549.  and
  550.  
  551.          splot "datafile" { using { <xcol>:<ycol>:<zcol> | <zcol> }
  552.                                   {"<scanf string>"} } ...
  553.  
  554.  <xcol>, <ycol>, and <zcol> explicitly select the columns to plot from
  555.  a space or tab separated multicolumn data file. If only <ycol> is
  556.  selected for `plot`, <xcol> defaults to 1. If only <zcol> is selected
  557.  for `splot`, then only that column is read from the file. An <xcol> of
  558.  0 forces <ycol> to be plotted versus its coordinate number. <xcol>,
  559.  <ycol>, and <zcol> can be entered as constants or expressions.
  560.  
  561.  If errorbars (see also `plot errorbars`) are used for `plot`s,
  562.  ydelta (for example, a +/- error) should be provided as the third
  563.  column, or ylow and yhigh as third and fourth columns.  These columns
  564.  must follow the x and y columns.
  565.  
  566.  Scanf strings override any <xcol>:<ycol>(:<zcol>) choices, except for
  567.  ordering of input, e.g.,
  568.          plot "datafile" using 2:1 "%f%*f%f"
  569.  causes the first column to be y and the third column to be x.
  570.  
  571.  If the scanf string is omitted, the default is generated based on the
  572.  <xcol>:<ycol>(:<zcol>) choices. If the `using` option is omitted, "%f%f"
  573.  is used for `plot` ("%f%f%f%f" for `errorbar` `plot`s) and "%f%f%f" is
  574.  used for `splot`.
  575.  
  576.  Examples:
  577.  
  578.          plot "MyData" using "%*f%f%*20[^\n]%f" with lines
  579.  
  580.  Data are read from the file "MyData" using the format
  581.  "%*f%f%*20[^\n]%f". The meaning of this format is: "%*f" ignore the
  582.  first number, "%f" then read in the second and assign to x,
  583.  "%*20[^\n]" then ignore 20 non-newline characters, "%f" then read in
  584.  the y value.
  585.  
  586.          n=3;
  587.          plot "MyData", "MyData" using n 
  588.  
  589.  causes GNUPLOT to plot the second and third columns of MyData versus
  590.  the first column. The command 'n=4; replot' would then plot the second
  591.  and fourth columns of MyData versus the first column.
  592.  
  593.          splot "glass.dat" using 1
  594.  
  595.  causes GNUPLOT to plot the first coordinate of the points of glass.dat
  596.  as the z coordinate while ignoring the other two coordinates.
  597.  
  598.  Note: GNUPLOT first reads a line of the data file into a buffer and 
  599.  then does a 
  600.          sscanf(input_buffer, scanf_string, &x, &y{, &z});
  601.  where 'x', 'y', and 'z' are of type 'float'. Any scanf string that
  602.  specifies two (three for `splot`, three or four for `errorbars`) float
  603.  numbers may be used.
  604. ?plot errorbars
  605. ?errorbars
  606.  Error bars are supported for 2-d data file plots by reading one or
  607.  two additional columns specifying ydelta or ylow and yhigh
  608.  respectively. No support exists for x error bars or any error bars
  609.  for `splot`s.
  610.  
  611.  In the default situation, GNUPLOT expects to see three or four
  612.  numbers on each line of the data file, either (x, y, ydelta) or 
  613.  (x, y, ylow, yhigh). The x coordinate must be specified. The order
  614.  of the numbers must be exactly as given above. Data files in this
  615.  format can easily be plotted with error bars:
  616.  
  617.          plot "data.dat" with errorbars
  618.  
  619.  The error bar is a vertical line plotted from (x, ylow) to (x,
  620.  yhigh). If ydelta is specified instead of ylow and yhigh, 
  621.  ylow=y-ydelta and yhigh=y+ydelta are derived. If there
  622.  are only two numbers on the line, yhigh and ylow are both set to
  623.  y. To get lines plotted between the data points, `plot` the
  624.  data file twice, once with errorbars and once with lines.
  625.  
  626.  If y autoscaling is on, the y range will be adjusted to fit the
  627.  error bars.
  628.  
  629.  The `using` option may be used to specify how columns of the data file
  630.  are to be assigned to x, y, ydelta, ylow, and yhigh. The x column must
  631.  be provided and both the x and y columns must appear before the
  632.  errorbar columns. If three column numbers are given, they are x, y,
  633.  and ydelta. If four columns are given, they are x, y, ylow, and
  634.  yhigh.
  635.  
  636.  Examples:
  637.  
  638.          plot "data.dat" using 1:2:3:4 with errorbars
  639.          plot "data.dat" using 3:2:6 with errorbars
  640.          plot "data.dat" using 3:4:8:7 with errorbars
  641.  
  642.  The first example reads, x, y, ylow, and yhigh, from columns 1, 2, 3,
  643.  and 4. This is equivalent to the default.  The second example reads x
  644.  from the third column, y from second and ydelta from the sixth column.
  645.  The third example reads x from the third column, y from the fourth,
  646.  ylow from the eighth, and yhigh from seventh columns.
  647.  
  648.  See also `plot using` and `plot style`.
  649. ?plot parametric
  650. ?splot parametric
  651. ?parametric
  652.  When in parametric mode (`set parametric`) mathematical expressions must
  653.  be given in pairs for `plot` and in triplets for `splot`:
  654.          plot sin(t),t**2
  655.  or
  656.          splot cos(u)*cos(v),cos(u)*sin(v),sin(u)
  657.  
  658.  Data files are plotted as before, except any preceding parametric
  659.  function must be fully specified before a data file is given as a
  660.  plot. In other words, the x parametric function (sin(t) above) and
  661.  the y parametric function (t**2 above) must not be interrupted with
  662.  any modifiers or data functions; doing so will generate a syntax error
  663.  stating that the parametric function is not fully specified.
  664.  
  665.  Ranges take on a different meaning when in parametric mode. The first
  666.  range on the `plot` command is the `trange`, the next is the `xrange`,
  667.  and the last is the `yrange`. For `splot` the order is `urange`,
  668.  `vrange`, `xrange`, `yrange`, and finally `zrange`. The following
  669.  `plot` command shows setting the `trange` to [-pi:pi], the `xrange` to
  670.  [-1.3:1.3] and the `yrange` to [-1:1] for the duration of the plot:
  671.          plot [-pi:pi] [-1.3:1.3] [-1:1] sin(t),t**2
  672.  
  673.  Other modifiers, such as `with` and `title`, may be specified only
  674.  after the parametric function has been completed:
  675.          plot sin(t),t**2 title 'Parametric example' with linespoints
  676. ?splot ranges
  677. ?plot ranges
  678. ?ranges
  679.  The optional range specifies the region of the plot that will be
  680.  displayed.
  681.  
  682.  Ranges may be provided on the `plot` and `splot` command line and
  683.  affect only that plot, or in the `set xrange`, `set yrange`, etc.,
  684.  commands, to change the default ranges for future plots.
  685.  
  686.  Syntax:
  687.          [{<dummy-var> =} {<xmin> : <xmax>}] { [{<ymin> : <ymax>}] }
  688.  
  689.  where <dummy-var> is the independent variable (the defaults are x and
  690.  y, but this may be changed with `set dummy`) and the min and max
  691.  terms can be constant expressions.
  692.  
  693.  Both the min and max terms are optional. The ':' is also optional
  694.  if neither a min nor a max term is specified. This allows '[ ]' to
  695.  be used as a null range specification.
  696.  
  697.  Specifying a range in the `plot` command line turns autoscaling for
  698.  that axis off for that plot. Using one of the `set` range commands
  699.  turns autoscaling off for that axis for future plots, unless changed
  700.  later. (See `set autoscale`).
  701.  
  702.  Examples:
  703.  
  704.  This uses the current ranges:
  705.          plot cos(x)
  706.  
  707.  This sets the x range only:
  708.          plot [-10:30] sin(pi*x)/(pi*x)
  709.  
  710.  This is the same, but uses t as the dummy-variable:
  711.          plot [t = -10 :30]  sin(pi*t)/(pi*t)
  712.  
  713.  This sets both the x and y ranges:
  714.          plot [-pi:pi] [-3:3]  tan(x), 1/x
  715.  
  716.  This sets only the y range, and turns off autoscaling on both axes:
  717.          plot [ ] [-2:sin(5)*-8] sin(x)**besj0(x)
  718.  
  719.  This sets xmax and ymin only:
  720.          plot [:200] [-pi:]  exp(sin(x))
  721.  
  722.  This sets the x, y, and z ranges:
  723.          splot [0:3] [1:4] [-1:1] x*y
  724. ?plot style
  725. ?splot style
  726. ?style
  727. ?plot with
  728. ?with
  729.  Plots may be displayed in one of six styles: `lines`, `points`,
  730.  `linespoints`, `impulses`, `dots`, or `errorbars`. The `lines` style
  731.  connects adjacent points with lines. The `points` style displays a
  732.  small symbol at each point. The `linespoints` style does both
  733.  `lines` and `points`. The `impulses` style displays a vertical line
  734.  from the x axis (or from the grid base for `splot`) to each point. The
  735.  `dots` style plots a tiny dot at each point; this is useful for
  736.  scatter plots with many points.
  737.  
  738.  The `errorbars` style is only relevant to 2-d data file plotting. It
  739.  is treated like `points` for `splot`s and function `plot`s. For data
  740.  `plot`s, `errorbars` is like `points`, except that a vertical error 
  741.  bar is also drawn: for each point (x,y), a line is drawn from
  742.  (x,ylow) to (x,yhigh). A tic mark is placed at the ends of the error
  743.  bar. The ylow and yhigh values are read from the data file's columns,
  744.  as specified with the `using` option to plot. See `plot errorbars` for
  745.  more information.
  746.  
  747.  Default styles are chosen with the `set function style` and
  748.  `set data style` commands.
  749.  
  750.  By default, each function and data file will use a different 
  751.  line type and point type, up to the maximum number of available 
  752.  types. All terminal drivers support at least six different point
  753.  types, and re-use them, in order, if more than six are required.
  754.  The LaTeX driver supplies an additional six point types (all variants
  755.  of a circle), and thus will only repeat after twelve curves are
  756.  plotted with points.
  757.  
  758.  If desired, the style and (optionally) the line type and point type
  759.  used for a curve can be specified.
  760.  
  761.  Syntax:
  762.  
  763.          with <style> {<linetype> {<pointtype>}}
  764.  
  765.  where <style> is either `lines`, `points`, `linespoints`, `impulses`,
  766.  `dots`, or `errorbars`. The <linetype> and <pointtype> are positive
  767.  integer constants or expressions and specify the line type and point
  768.  type to be used for the plot. Line type 1 is the first line type used
  769.  by default, line type 2 is the second line type used by default, etc.
  770.  
  771.  Examples:
  772.  
  773.  This plots sin(x) with impulses:
  774.          plot sin(x) with impulses
  775.  
  776.  This plots x*y with points, x**2 + y**2 default:
  777.          splot x*y w points, x**2 + y**2
  778.  
  779.  This plots tan(x) with the default function style, "data.1" with lines:
  780.          plot [ ] [-2:5] tan(x), "data.1" with l
  781.  
  782.  This plots "leastsq.dat" with impulses:
  783.          plot 'leastsq.dat' w i
  784.  
  785.  This plots "exper.dat" with errorbars and lines connecting the points:
  786.          plot 'exper.dat' w lines, 'exper.dat' w errorbars
  787.  Here 'exper.dat' should have three or four data columns.
  788.  
  789.  This plots x**2 + y**2 and x**2 - y**2 with the same line type:
  790.          splot x**2 + y**2 with line 1, x**2 - y**2 with line 1
  791.  
  792.  This plots sin(x) and cos(x) with linespoints, using the
  793.  same line type but different point types:
  794.          plot sin(x) with linesp 1 3, cos(x) with linesp 1 4
  795.  
  796.  This plots file "data" with points style 3:
  797.          plot "data" with points 1 3 
  798.  Note that the line style must be specified when specifying the point
  799.  style, even when it is irrelevant. Here the line style is 1 and the
  800.  point style is 3, and the line style is irrelevant.
  801.  
  802.  See `set style` to change the default styles.
  803. ?plot title
  804. ?splot title
  805.  A title of each plot appears in the key. By default the title is
  806.  the function or file name as it appears on the plot command line.
  807.  The title can be changed by using the `title` option. This option 
  808.  should precede any `with` option.
  809.  
  810.  Syntax:
  811.          title "<title>"
  812.  
  813.  where <title> is the new title of the plot and must be enclosed in
  814.  quotes. The quotes will not be shown in the key.
  815.  
  816.  Examples:
  817.  
  818.  This plots y=x with the title 'x':
  819.          plot x
  820.  
  821.  This plots the "glass.dat" file with the title 'surface of revolution':
  822.          splot "glass.dat" title 'surface of revolution'
  823.  
  824.  This plots x squared with title "x^2" and "data.1" with title
  825.  'measured data':
  826.          plot x**2 title "x^2", "data.1" t 'measured data'
  827. ?print
  828.  The `print` command prints the value of <expression> to the screen.
  829.  
  830.  Syntax:
  831.          print <expression>
  832.  
  833.  See `expressions`.
  834. ?pwd
  835.  The `pwd` command prints the name of the working directory to the screen.
  836.  
  837.  Syntax:
  838.          pwd
  839. ?quit
  840.  The `exit` and `quit` commands and END-OF-FILE character will exit
  841.  GNUPLOT. All these commands will clear the output device (as the
  842.  `clear` command does) before exiting.
  843. ?replot
  844.  The `replot` command without arguments repeats the last `plot` or `splot`
  845.  command. This can be useful for viewing a plot with different `set`
  846.  options, or when generating the same plot for several devices.
  847.  
  848.  Arguments specified after a `replot` command will be added onto the last
  849.  `plot` (`splot`) command (with an implied ',' separator) before it is
  850.  repeated. `replot` accepts the same arguments as the `plot` (`splot`)
  851.  commands except that ranges cannot be specified. See `command-line
  852.  editing` for ways to edit the last `plot` (`splot`) command.
  853. ?save
  854.  The `save` command saves user-defined functions, variables, set
  855.  options or all three plus the last `plot` (`splot`) command to the
  856.  specified file.
  857.  
  858.  Syntax:
  859.          save  {<option>} "<filename>"
  860.  
  861.  where <option> is `functions`, `variables` or `set`. If no option is
  862.  used, GNUPLOT saves functions, variables, set options and the last `plot`
  863.  (`splot`) command.
  864.  
  865.  `save`d files are written in text format and may be read by the `load`
  866.  command.
  867.  
  868.  The filename must be enclosed in quotes.
  869.  
  870.  Examples:
  871.  
  872.          save "work.gnu"
  873.          save functions 'func.dat'
  874.          save var 'var.dat'
  875.          save set "options.dat"
  876. ?set
  877. ?show
  878.  The `set` command sets LOTS of options.
  879.  
  880.  The `show` command shows their settings. `show all` shows all the
  881.  settings.
  882. ?set angles
  883. ?show angles
  884. ?angles
  885.  By default, GNUPLOT assumes the independent variable in polar plots
  886.  is in units of radians. If `set angles degrees` is specified before
  887.  `set polar` then the default range is [0:360] and the independent
  888.  variable has units of degrees. This is particularly useful for
  889.  plots of data files. The angle setting also hold for the 3-d
  890.  mapping as set via the `set mapping` command.
  891.  
  892.  Syntax:
  893.          set angles { degrees | radians }
  894.          show angles
  895. ?set arrow
  896. ?set noarrow
  897. ?show arrow
  898. ?arrow
  899. ?noarrow
  900.  Arbitrary arrows can be placed on a plot using the `set arrow`
  901.  command.
  902.  
  903.  Syntax:
  904.  
  905.           set arrow {<tag>} {from <sx>,<sy>{,<sz>}} 
  906.                             {to <ex>,<ey>{,<ez>}} {{no}head}
  907.           set noarrow {<tag>}
  908.           show arrow
  909.  
  910.  
  911.  Unspecified coordinates default to 0. The x, y, and z values are in
  912.  the graph's coordinate system. The z coordinate is only used in
  913.  `splot` commands. <tag> is an integer that identifies the arrow. If no
  914.  tag is given, the lowest unused tag value is assigned automatically.
  915.  The tag can be used to delete or change a specific arrow. To change
  916.  any attribute of an existing arrow, use the `set arrow` command with
  917.  the appropriate tag, and specify the parts of the arrow to be
  918.  changed. Specifying nohead requests the arrow be drawn without a head
  919.  (yielding a line segment). By default, arrows have heads.
  920.  
  921.  Arrows outside the plotted boundaries are permitted but may cause
  922.  device errors.
  923.  
  924.  Examples:
  925.  
  926.  To set an arrow pointing from the origin to (1,2), use:
  927.           set arrow to 1,2
  928.  To set an arrow from (-10,4,2) to (-5,5,3), and tag the arrow number
  929.  3, use:
  930.           set arrow 3 from -10,4,2 to -5,5,3
  931.  To change the preceding arrow begin at 1,1,1, without an arrow head,
  932.  use:
  933.           set arrow 3 from 1,1,1 nohead
  934.  To delete arrow number 2 use:
  935.           set noarrow 2
  936.  To delete all arrows use:
  937.           set noarrow
  938.  To show all arrows (in tag order) use:
  939.           show arrow
  940. ?set autoscale
  941. ?set noautoscale
  942. ?show autoscale
  943. ?autoscale
  944. ?noautoscale
  945.  Auto scaling may be set individually on the x, y or z axis
  946.  or globally on all axes. The default is to autoscale all axes.
  947.  
  948.  When autoscaling, the plot range is automatically computed and the
  949.  dependent axis (y for a `plot` and z for `splot`) is scaled to
  950.  include the range of the function or data being plotted.
  951.  
  952.  If autoscaling of the dependent axis (y or z) is not set, the
  953.  current y or z range is used.
  954.  
  955.  See `set yrange` or `set zrange`.
  956.  
  957.  Autoscaling the independent variables (x for `plot` and x,y for
  958.  `splot`) is a request to set the domain to match any data file being
  959.  plotted. If there are no data files then autoscaling an independent
  960.  variable has no effect. In other words, in the absence of a data
  961.  file, functions alone do not affect the x range (or the y range if
  962.  plotting z = f(x,y)).
  963.  
  964.  See `set xrange`, or `set yrange`.
  965.  
  966.  The behavior of autoscaling remains consistent in parametric mode,
  967.  however, there are more dependent variables and hence more control
  968.  over x, y, and z plot scales. In parametric mode, the independent or
  969.  dummy variable is t for `plot`s and u,v for `splot`s.  Autoscale in
  970.  parametric mode, then, controls all ranges (t, u, v, x, y, and z) and
  971.  allows x, y, and z to be fully autoscaled.
  972.  
  973.  See `set parametric`.
  974.  
  975.  Syntax:
  976.          set autoscale <axes>
  977.          set noautoscale <axes>
  978.          show autoscale
  979.  
  980.  where <axes> is either `x`, `y`, `z` or `xy`. If <axes> is not given
  981.  then all axes are assumed.
  982.  
  983.  Examples:
  984.  
  985.  This sets autoscaling of the y axis. x axis autoscaling is not
  986.  affected.
  987.          set autoscale y
  988.  
  989.  This sets autoscaling of the x and y axes.
  990.          set autoscale xy
  991.  
  992.  This sets autoscaling of the x, y and z axes.
  993.          set autoscale
  994.  
  995.  This disables autoscaling of the x, y and z axes.
  996.          set noautoscale
  997.  
  998.  This disables autoscaling of the z axis only.
  999.          set noautoscale z
  1000. ?autoscale parametric
  1001. ?set autoscale t
  1002.  When in parametric mode (`set parametric`) the xrange is as
  1003.  fully scalable as the yrange. In other words, in parametric
  1004.  mode the x axis can be automatically scaled to fit the range
  1005.  of the parametric function that is being plotted. Of course,
  1006.  the y axis can also be automatically scaled just as in the
  1007.  non-parametric case. If autoscaling on the x axis is not set,
  1008.  the current x range is used.
  1009.  
  1010.  When there is a mix of data files and functions, the xrange of
  1011.  the functions is selected as that of the data files if autoscale
  1012.  is true for x. While this keeps the behavior compatible with
  1013.  non-parametric plotting, it may not be retained in the future.
  1014.  The problem is that, in parametric mode, the x and y ranges are
  1015.  not as distinguishable as in the non-parametric mode and this
  1016.  behavior may not be the most useful.
  1017.  
  1018.  For completeness a last command `set autoscale t` is accepted.
  1019.  However, the effect of this "scaling" is very minor. When
  1020.  GNUPLOT determines that the t range would be empty it makes a
  1021.  small adjustment if autoscaling is true. Otherwise, GNUPLOT
  1022.  gives an error. Such behavior may, in fact, not be very useful
  1023.  and the command `set autoscale t` is certainly questionable.
  1024.  
  1025.  `splot` extends the above idea similarly. If autoscaling is set then
  1026.  x, y, and z ranges are computed and each axis scaled to fit the
  1027.  resulting data.
  1028. ?set border
  1029. ?set noborder
  1030. ?show border
  1031. ?border
  1032. ?noborder
  1033.  The `set border` and `set noborder` commands controls the display of
  1034.  the plot borders for the `plot` and `splot` commands.
  1035.  
  1036.  Syntax:
  1037.          set border
  1038.          set noborder
  1039.          show border
  1040. ?set clip
  1041. ?set noclip
  1042. ?show clip
  1043. ?clip
  1044. ?noclip
  1045.  GNUPLOT can clip data points and lines that are near the boundaries
  1046.  of a plot. 
  1047.  
  1048.  Syntax:
  1049.          set clip <clip-type>
  1050.          set noclip <clip-type>
  1051.          show clip
  1052.  
  1053.  Three clip types are supported by GNUPLOT: `points`, `one`, and `two`.
  1054.  One, two, or all three clip types may be active for a single plot.
  1055.  
  1056.  The `points` clip type forces GNUPLOT to clip (actually, not plot at
  1057.  all) data points that fall within but too close to the boundaries
  1058.  (this is so the large symbols used for points will not extend outside
  1059.  the boundary lines). Without clipping points near the boundaries may
  1060.  look bad; try adjusting the x and y ranges.
  1061.  
  1062.  Setting the `one` clip type causes GNUPLOT to plot the line segments
  1063.  which have only one of the two endpoints with the plotting region.
  1064.  Only the in-range portion of the line is drawn.  The alternative is to
  1065.  not draw any portion of the line segment.
  1066.  
  1067.  Some lines may have both endpoints out of range, but pass through the
  1068.  plotting area. Setting the `two` clip-type allows the visible portion
  1069.  of these lines to be drawn.
  1070.  
  1071.  In no case is a line drawn outside the plotting area.
  1072.  
  1073.  The defaults are `noclip points`, `clip one`, and `noclip two`.
  1074.  
  1075.  To check the state of all forms of clipping, use
  1076.          show clip
  1077.  
  1078.  For backward compatibility with older versions, the following forms
  1079.  are also permitted.
  1080.         set clip
  1081.         set noclip
  1082.  `set clip` is synonymous with `set clip points`. `set noclip` turns
  1083.  off all three types of clipping.
  1084. ?set cntrparam
  1085. ?show cntrparam
  1086. ?cntrparam
  1087.  Sets the different parameters for the contouring plot (see also `contour`).
  1088.  
  1089.  Syntax:
  1090.          set cntrparam { { linear | cubicspline | bspline } |
  1091.                          points <n> |
  1092.                          levels <n> |
  1093.                          order <n> }
  1094.  
  1095.  This command controls the way contours are plotted. <n> should be an
  1096.  integral constant expression. The parameters are:
  1097.  
  1098.  `linear`, `cubicspline`, `bspline` - Controls type of approximation or
  1099.  interpolation. If `linear`, then the contours are drawn piecewise
  1100.  linear, as extracted from the surface directly. If `cubicspline`, then
  1101.  piecewise linear contours are interpolated to form a somewhat smoother
  1102.  contours, but which may undulate. The third option is the uniform
  1103.  `bspline`, which only approximates the piecewise linear data but is
  1104.  guaranteed to be smoother.
  1105.  
  1106.  `points` - Eventually all drawings are done with piecewise linear
  1107.  strokes.  This number controls the number of points used to
  1108.  approximate a curve.  Relevant for `cubicspline` and `bspline` modes
  1109.  only.
  1110.  
  1111.  `levels` - Number of contour levels. If the surface is bounded by zmin
  1112.  and zmax then contours will be generated from zmin+dz to zmax-dz
  1113.  in steps of size dz, where dz = (zmax - zmin) / (levels + 1).
  1114.  
  1115.  `order`  - Order of the bspline approximation to be used. The bigger this
  1116.  order is, the smoother the resulting contour.  (Of course, higher order
  1117.  bspline curves will move further away from the original peicewise linear
  1118.  data.)  This option is relevant for `bspline` mode only. Allowed values are 
  1119.  integers in the range from 2 (linear) to 10.
  1120. ?set contour
  1121. ?show contour
  1122. ?contour
  1123.  Enable contour drawing for surfaces. This option is available for `splot`
  1124.  only.
  1125.  
  1126.  Syntax:
  1127.          set contour { base | surface | both }
  1128.          set nocontour
  1129.  
  1130.  If no option is provided to `set contour`, the default is `base`.
  1131.  The three options specify where to draw the contours: `base` draws
  1132.  the contours on the grid base where the x/ytics are placed, `surface`
  1133.  draws the contours on the surfaces themselves, and `both` draws the
  1134.  contours on both the base and the surface.
  1135.  
  1136.  See also `set cntrparam` for the parameters that affect the drawing of 
  1137.  contours.
  1138. ?set data style
  1139. ?show data style
  1140. ?data style
  1141.  The `set data style` command changes the default plotting style
  1142.  for data plots.
  1143.  
  1144.  Syntax:
  1145.          set data style 
  1146.          show data style 
  1147.          set data style <style-choice>
  1148.  
  1149.  In the first case, `set data style` returns the possible style
  1150.  choices:  `lines`, `points`, `linespoints`, `dots`, `impulses`, 
  1151.  or `errorbars`.  `show data style` shows the current default
  1152.  plotting style for data.  `set data style dots` would actually 
  1153.  change the default plotting style.  See also `plot`.
  1154. ?set dummy
  1155. ?show dummy
  1156. ?dummy
  1157.  By default, GNUPLOT assumes that the independent variable for the
  1158.  `plot` command is x, and the independent variables for the `splot`
  1159.  command are x and y. They are called the dummy variables because it
  1160.  is just a notation to indicate the independent variables. The `set
  1161.  dummy` command changes these default dummy variable names. For
  1162.  example, it may be more convenient to call the dummy variable t
  1163.  when plotting time functions:
  1164.  
  1165.          set dummy t
  1166.          plot sin(t), cos(t)
  1167.  
  1168.  Syntax:
  1169.          set dummy <dummy-var>{,<dummy-var>}
  1170.          show dummy
  1171.  
  1172.  Examples:
  1173.          set dummy u,v
  1174.          set dummy ,s
  1175.  
  1176.  to set both dummy variables to u and v or set only the second
  1177.  variable to s.
  1178.  
  1179.  The `set parametric` command also changes the dummy variables (to t
  1180.  for `plot` and u,v for `splot`s).
  1181.  
  1182. ?set format
  1183. ?show format
  1184. ?format
  1185.  The format of the tic-mark labels can be set with the `set format`
  1186.  command. The default format for both axes is "%g", but other formats
  1187.  such as "%.2f" or "%3.0fm" are often desirable. Anything accepted by
  1188.  printf when given a double precision number, and then accepted by the
  1189.  terminal, will work. In particular, the formats f, e, and g will work,
  1190.  and the d, o, x, c, s, and u formats will not work.
  1191.  
  1192.  Syntax:
  1193.          set format {<axes>} {"<format-string>"}
  1194.          show format
  1195.  
  1196.  where <axes> is either `x`, `y`, `z`, `xy`, or nothing (which is the
  1197.  same as `xy`). The length of the string representing a ticmark (after
  1198.  formatting with printf) is restricted to 100 characters.  If the
  1199.  format string is omitted, the format will be returned to the default
  1200.  "%g". For LaTeX users, the format "$%g$" is often desirable.  If the
  1201.  empty string "" is used, no label will be plotted with each tic,
  1202.  though the tic mark will still be plotted. To eliminate all tic marks,
  1203.  use `set noxtics` or `set noytics`.
  1204.  
  1205.  See also `set xtics` and `set ytics` for more control over tic labels.
  1206. ?set function style
  1207. ?show function style
  1208. ?function style
  1209.  The `set function style` command changes the default plotting style
  1210.  for functions.
  1211.  
  1212.  Syntax:
  1213.          set function style 
  1214.          show function style 
  1215.          set function style <style-choice>
  1216.  
  1217.  In the first case, `set function style` returns the possible style
  1218.  choices:  `lines`, `points`, `linespoints`, `dots`, `impulses`, 
  1219.  or `errorbars`.  `show function style` shows the current default
  1220.  plotting style for functions.  `set function style linespoints`
  1221.  would actually change the default plotting style.  See also `plot`.
  1222. ?show functions
  1223.  The `show functions` command lists all user-defined functions and
  1224.  their definitions.
  1225.  
  1226.  Syntax:
  1227.          show functions
  1228. ?set grid
  1229. ?show grid
  1230. ?grid
  1231.  The optional `set grid` draws a grid at the tic marks with the axis
  1232.  linetype.
  1233.  
  1234.  Syntax:
  1235.          set grid
  1236.          set nogrid
  1237.          show grid
  1238. ?set isosamples
  1239. ?show isosamples
  1240. ?isosamples
  1241.  An isoline is a curve parametrized by one of the surface parameters
  1242.  while the other surface parameter is fixed. Isolines are a simple
  1243.  means to display a surface. By fixing the u parameter of surface
  1244.  s(u,v), the iso-u lines of the form c(v) = s(u0,v) are produced, and
  1245.  by fixing the v parameter, the iso-v lines of the form c(u) = s(u,v0)
  1246.  are produced.
  1247.  
  1248.  The isoline density of surfaces may be changed by the `set isosamples`
  1249.  command. By default, sampling is set to 10 isolines per u or v axis.
  1250.  A higher sampling rate will produce more accurate plots, but will take
  1251.  longer. This parameter has no effect on data file plotting.
  1252.  
  1253.  Syntax:
  1254.          set isosamples <expression>
  1255.          show isosamples
  1256. ?set key
  1257. ?show key
  1258. ?key
  1259.  The `set key` enables a key describing curves on a plot.  By default
  1260.  the key is placed in the upper right corner of the plot.
  1261.  
  1262.  Syntax:
  1263.          set key
  1264.          set key <x>,<y>{,<z>}
  1265.          set nokey
  1266.          show key
  1267.  
  1268.  The coordinates <x>, <y> (and <z> for `splot`s) specify the location
  1269.  of the key on the plot. The key is drawn as a sequence of lines, with
  1270.  one plot described on each line. On the right hand side of each line
  1271.  is a representation that attempts to mimic the way the curve is
  1272.  plotted.  On the left side of each line is the text description,
  1273.  obtained from the `plot` command. See `plot title` to change this
  1274.  description. The lines are vertically arranged so an imaginary
  1275.  straight line divides the left- and right-hand sides of the key. It is
  1276.  the coordinates of this line that are specified with the `set key`
  1277.  command. In a `plot`, only the x and y coordinates are used to specify
  1278.  the line position.  For a `splot`, x, y and z are all being used as a
  1279.  3-d location mapped using the same mapping as the plot itself to form
  1280.  the required 2-d screen position of the imaginary line.
  1281.  
  1282.  Some or all of the key may be outside of the plot boundary, although
  1283.  this may interfere with other labels and may cause an error on some
  1284.  devices.
  1285.  
  1286.  Examples:
  1287.  
  1288.  This places the key at the default location:
  1289.          set key
  1290.  This disables the key:
  1291.          set nokey
  1292.  This places a key at coordinates 2,3.5,2
  1293.          set key 2,3.5,2
  1294. ?set label
  1295. ?set nolabel
  1296. ?show label
  1297. ?label
  1298. ?nolabel
  1299.  Arbitrary labels can be placed on the plot using the `set label`
  1300.  command.  If the z coordinate is given on a `plot` it is ignored; if
  1301.  it is missing on a `splot` it is assumed to be 0.
  1302.  
  1303.  Syntax:
  1304.  
  1305.           set label {<tag>} {"<label_text>"} {at <x>,<y>{,<z>}}
  1306.                             {<justification>}
  1307.           set nolabel {<tag>}
  1308.           show label
  1309.  
  1310.  
  1311.  The text defaults to "", and the position to 0,0,0.  The <x>, <y>, and
  1312.  <z> values are in the graph's coordinate system.  The tag is an
  1313.  integer that is used to identify the label. If no <tag> is given, the
  1314.  lowest unused tag value is assigned automatically. The tag can be used
  1315.  to delete or change a specific label. To change any attribute of an
  1316.  existing label, use the `set label` command with the appropriate tag,
  1317.  and specify the parts of the label to be changed.
  1318.  
  1319.  By default, the text is placed flush left against the point x,y,z.
  1320.  To adjust the way the label is positioned with respect to the point
  1321.  x,y,z, add the parameter <justification>, which may be `left`, `right`
  1322.  or `center`, indicating that the point is to be at the left, right or
  1323.  center of the text. Labels outside the plotted boundaries are
  1324.  permitted but may interfere with axes labels or other text.
  1325.  
  1326.  Examples:
  1327.  
  1328.  To set a label at (1,2) to "y=x" use:
  1329.           set label "y=x" at 1,2
  1330.  To set a label "y=x^2" with the right of the text at (2,3,4), and tag
  1331.  the label number 3, use:
  1332.           set label 3 "y=x^2" at 2,3,4 right
  1333.  To change the preceding label to center justification, use:
  1334.           set label 3 center
  1335.  To delete label number 2 use:
  1336.           set nolabel 2
  1337.  To delete all labels use:
  1338.           set nolabel
  1339.  To show all labels (in tag order) use:
  1340.           show label
  1341.  
  1342.  (The Latex, EEPIC, and Imagen drivers allow \\ in a string to specify
  1343.  a newline.)
  1344. ?set logscale
  1345. ?set nologscale
  1346. ?show logscale
  1347. ?logscale
  1348. ?nologscale
  1349.  Log scaling may be set on the x, y, and z axes.
  1350.  
  1351.  Syntax:
  1352.          set logscale <axes>
  1353.          set nologscale <axes>
  1354.          show logscale
  1355.  
  1356.  where <axes> may be any combinations of `x`, `y`, and `z`, in any
  1357.  order.  If <axes> is not given then all three axes are assumed.  The
  1358.  command `set logscale` turns on log scaling on the specified axes,
  1359.  while `set nologscale` turns off log scaling.
  1360.  
  1361.  Examples:
  1362.  
  1363.  To enable log scaling in both x and z axes:
  1364.         set logscale xz
  1365.  To disable z axis log scaling:
  1366.         set nologscale z
  1367. ?set mapping
  1368. ?show mapping
  1369. ?mapping
  1370.  
  1371.  Syntax:
  1372.          set mapping { cartesian | spherical | cylindrical }
  1373.  
  1374.  Data for `splot`s are usually in regular Euclidean space and are
  1375.  provided in Cartesian coordinates. Such 3-d data require three
  1376.  coordinates (x, y and z) or one coordinate (only z) in each line in
  1377.  the data file.  In order to be able to use spherical or cylindrical
  1378.  coordinate systems, use the `set mapping` command. In both cases two
  1379.  coordinates are expected in each line of the data. For a spherical
  1380.  coordinate system, these are theta and phi (in units as specified by
  1381.  `set angles`) and the mapping is:
  1382.  
  1383.          x = cos( theta ) * cos( phi )
  1384.          y = sin( theta ) * cos( phi )
  1385.          z = sin( phi )
  1386.  
  1387.  For a cylindrical coordinate system, the mapping uses two variables,
  1388.  theta (in units as specified by `set angles`) and z:
  1389.  
  1390.          x = cos( theta )
  1391.          y = sin( theta )
  1392.          z = z
  1393.  
  1394.  Again, note that mapping will affect data file `splot`s only.
  1395. ?set offsets
  1396. ?show offsets
  1397. ?offsets
  1398.  The amount of the graph that the plot takes up may be controlled to
  1399.  some extent with the `set offsets` command. This command takes four
  1400.  offset arguments: <left>, <right>, <top> and <bottom>. By default,
  1401.  each offset is 0. Each offset may be a constant or an expression. Left
  1402.  and right offsets are given in units of the x axis, while top and
  1403.  bottom offsets are given in units of the y axis. The plot of sin(x),
  1404.  displayed with offsets of 0, 0, 2, 2 will take up 1/3 of the
  1405.  displayed y axis. Offsets are particularly useful with polar
  1406.  coordinates as a means of compensating for aspect ratio distortion.
  1407.  Offsets are ignored in `splot`s.
  1408.  
  1409.  Syntax:
  1410.          set offsets <left>, <right>, <top>, <bottom>
  1411.          show offsets
  1412. ?set output
  1413. ?show output
  1414. ?output
  1415.  By default, plots are displayed to the standard output. The `set
  1416.  output` command redirects the display to the specified file or
  1417.  device.
  1418.  
  1419.  Syntax:
  1420.          set output {"<filename>"}
  1421.          show output
  1422.  
  1423.  The filename must be enclosed in quotes. If the filename is
  1424.  omitted, output will be sent to the standard output.
  1425. ?set parametric
  1426. ?set noparametric
  1427. ?show parametric
  1428. ?parametric
  1429. ?noparametric
  1430.  The `set parametric` command changes the meaning of `plot` (`splot`)
  1431.  from normal functions to parametric functions. The command
  1432.  `set noparametric` changes the plotting style back to normal,
  1433.  single-valued expression plotting.
  1434.  
  1435.  In 2-d plotting, a parametric function is determined by a pair
  1436.  of parametric functions operating on a parameter. An example
  1437.  of a 2-d parametric function would be plot sin(t),cos(t) (which
  1438.  defines a circle).
  1439.  
  1440.  For 3-d plotting, the surface is described as x=f(u,v), y=g(u,v),
  1441.  z=h(u,v). Therefore a triplet of functions are required. An example of
  1442.  3-d parametric function would be cos(u)*cos(v),cos(u)*sin(v),sin(u)
  1443.  (which defines a sphere). It takes three parametric function
  1444.  specifications in terms of the parametric dummy arguments to describe
  1445.  a single graph.
  1446.  
  1447.  The total set of possible plots is a superset of the simple f(x)
  1448.  style plots, since the two (three) functions can describe the
  1449.  x and y (and z) values to be computed separately. In fact,
  1450.  plots of the type t,f(t) (u,v,f(u,v)) are equivalent to those
  1451.  produced with f(x) when the x values are computed using the
  1452.  identity function as the first function.
  1453.  
  1454.  Note that the order the parametric functions are specified is
  1455.  xfunction, yfunction (and zfunction) and that each operates over the
  1456.  common parametric domain.
  1457.  
  1458.  Also, the `set parametric` function implies a new range of values.
  1459.  Whereas the normal f(x) and f(x,y) style plotting assume an xrange
  1460.  and yrange (and zrange), the parametric mode additionally specifies a
  1461.  trange, urange, and vrange. These ranges may be set
  1462.  directly with `set trange`, `set urange` and `set vrange`, or by
  1463.  specifying the range on the `plot` or `splot` commands. Currently
  1464.  the default range for these parametric variables is [-5:5].
  1465.  Setting the ranges to something more meaningful is expected.
  1466. ?set polar
  1467. ?set nopolar
  1468. ?show polar
  1469. ?polar
  1470. ?nopolar
  1471.  The `set polar` command changes the meaning of the plot from
  1472.  rectangular coordinates to polar coordinates. In polar coordinates,
  1473.  the dummy variable (x) is an angle. The range of this angle is changed
  1474.  from whatever it was to [0:2*pi], or, if degree unit has been selected,
  1475.  to [0:360] (see `set angles`).
  1476.  
  1477.  The command `set nopolar` changes the meaning of the plot back to the
  1478.  default rectangular coordinate system. The range of x is changed from
  1479.  whatever it was to [-10:10].
  1480.  
  1481.  The `set polar` command is not supported for `splot`s.  See the
  1482.  `set mapping` command for similar functionality for `splot`s.
  1483.  
  1484.  While in polar coordinates the meaning of an expression in x is really
  1485.  r = f(x), where x is an angle of rotation. The xrange controls the
  1486.  domain (the angle) of the function, and the yrange controls the range
  1487.  (the radius). The plot is plotted in a rectangular box, and the x and
  1488.  y axes are both in units of the radius. Thus, the yrange controls both
  1489.  dimensions of the plot output. The tics and units are written along
  1490.  the axes rather than at the left and bottom. These unit are offset by
  1491.  <rmin> specified by the `rrange` (See `set rrange`). It is not
  1492.  possible to specify different output dimensions in the x or y
  1493.  directions. The yrange can be used to shift the plot diagonally to
  1494.  display only the first or third quadrants.
  1495.  
  1496.  Syntax:
  1497.          set polar
  1498.          set nopolar
  1499.          show polar
  1500.  Example:
  1501.          set polar
  1502.          plot x*sin(x)
  1503.          plot [-2*pi:2*pi] [-3:3] x*sin(x)
  1504.  The first plot uses the default polar angular domain of 0 to 2*pi.
  1505.  The radius (and the size of the plot) is scaled automatically. The
  1506.  second plot expands the domain, and restricts the range of the radius
  1507.  (and the size of the plot) to [-3:3].
  1508. ?set rrange
  1509. ?show rrange
  1510. ?rrange
  1511.  The `set rrange` command sets the radial range used to compute x and y
  1512.  values when in polar mode. If not in polar mode (see `set polar`) then
  1513.  this range is not used. Use of this command offsets the polar
  1514.  singularity to the <rmin> value and shifts the units on the axes tic
  1515.  marks. For instance, `set rrange [-40:40]` would set the origin to -40
  1516.  and would plot values of radial values between -40 to 40. Thus, if
  1517.  360 degrees of data were plotted, then the plot would extend 80 units
  1518.  in radially from the origin.  To view the entire plot,  a 
  1519.  `set yrange [-80:80]` command would create a square viewport with
  1520.  a circular plot tangent at the axes.  Because `xrange` is used
  1521.  specify the angular extent, only a square viewport can be specified
  1522.  by `yrange`.  For instance, `set yrange [0:80]` would display the
  1523.  first quadrant and `set yrange [-80:0]` would display the third
  1524.  quadrant.  Any square viewport of any size can be specified but it
  1525.  is constrained to be centered on a 45 degree line.
  1526.  
  1527.  This range may also be specified on the `plot` command line when in
  1528.  polar mode.
  1529.  
  1530.  Syntax:
  1531.          set rrange [{<rmin> : <rmax>}]
  1532.  
  1533.  where <rmin> and <rmax> terms are constants or expressions.
  1534.  
  1535.  Both the <rmin> and <rmax> terms are optional. Anything omitted will
  1536.  not be changed, so 
  1537.          set rrange [:10]
  1538.  changes rmax to 10 without affecting rmin.
  1539. ?set samples
  1540. ?show samples
  1541. ?samples
  1542.  The sampling rate of functions may be changed by the `set samples`
  1543.  command. By default, sampling is set to 100 points. A higher sampling
  1544.  rate will produce more accurate plots, but will take longer. This
  1545.  parameter no longer has any effect on data-file plotting.
  1546.  
  1547.  Syntax:
  1548.          set samples <expression>
  1549.          show samples
  1550. ?set size
  1551. ?show size
  1552. ?size
  1553.  The `set size` command scales the displayed size of the plot.  On some
  1554.  terminals, changing the size of the plot will result in text being
  1555.  misplaced. Increasing the size of the plot may produce strange
  1556.  results. Decreasing is safer.
  1557.  
  1558.  Syntax:
  1559.  
  1560.          set size {<xscale>,<yscale>}
  1561.          show size
  1562.  
  1563.  The <xscale> and <yscale> values are the scaling factors for the size.
  1564.  The defaults (1,1) are selected if the scaling factors are omitted.
  1565.  
  1566.  Examples: 
  1567.  
  1568.  To set the size to normal size use:
  1569.          set size
  1570.  To make the plot half size use:
  1571.          set size 0.5,0.5
  1572.  To show the size use:
  1573.          show size
  1574.  
  1575.  For the LaTeX and Fig terminals the default size (scale factor 1,1)
  1576.  is 5 inches wide by 3 inches high. The big Fig terminal (`bfig`) is 7
  1577.  inches wide by 5 inches high. The postscript default is landscape mode
  1578.  10 inches wide and 7 inches high. 
  1579.  Note that the size of the plot includes the space used by the labels; 
  1580.  the plotting area itself is smaller. 
  1581. ?set style
  1582. ?show style
  1583. ?style
  1584.  Plots may be displayed in one of six styles: `lines`, `points`,
  1585.  `linespoints`, `impulses`, `dots`, or `errorbars`. The `lines` style
  1586.  connects adjacent points with lines. The `points` style displays a
  1587.  small symbol at each point. The `linespoints` style does both
  1588.  `lines` and `points`. The `impulses` style displays a vertical line
  1589.  from the x axis to each point. The `dots` style plots a tiny dot at
  1590.  each data point; this is useful for scatter plots with many points.
  1591.  
  1592.  The `errorbars` style is relevant only for to data file `plot`s. It is
  1593.  treated like `points` for function `plot`s and `splot`s. For data file
  1594.  `plot`s, `errorbars` is like `points`, except that a vertical error
  1595.  bar is also drawn: for each point (x,y), a line is drawn from (x,ylow)
  1596.  to (x,yhigh). A tic mark is placed at the ends of the error bar. The
  1597.  ylow and yhigh values are read from the data file's third and fourth
  1598.  columns, or as specified with the `using` option to plot.  See `plot
  1599.  errorbars` for more information.
  1600.  
  1601.  Default styles are chosen with the `set function style` and `set
  1602.  data style` commands. See `plot style` for information about how
  1603.  to override the default plotting style for individual functions.
  1604.  
  1605.  Syntax:
  1606.          set function style <style>
  1607.          set data style <style>
  1608.          show function style
  1609.          show data style
  1610.  
  1611.  where <style> is `lines`, `points`, `linespoints`, `impulses`,
  1612.  `dots`, or `errorbars`.
  1613. ?set surface
  1614. ?set nosurface
  1615. ?show surface
  1616. ?surface
  1617.  `set surface` controls the display of surfaces. It is useful if
  1618.  contours are to be displayed by themselves. Whenever `set nosurface`
  1619.  is issued, no surface isolines/mesh will be drawn. See also `set
  1620.  contour`.
  1621.  
  1622.  Syntax:
  1623.          set surface
  1624.          set nosurface
  1625.          show surface
  1626. ?set terminal
  1627. ?show terminal
  1628. ?terminal
  1629.  GNUPLOT supports many different graphics devices. Use the `set
  1630.  terminal` command to select the type of device for which GNUPLOT
  1631.  will produce output.
  1632.  
  1633.  Syntax:
  1634.          set terminal {<terminal-type>}
  1635.          show terminal
  1636.  
  1637.  If <terminal-type> is omitted, GNUPLOT will list the available
  1638.  terminal types. <terminal-type> may be abbreviated.
  1639.  
  1640.  Use `set output` to redirect this output to a file or device.
  1641.  
  1642.  Several terminals have additional options. For example, see `dumb`,
  1643.  `iris4d`, `hpljii` or `postscript`.
  1644. ?set terminal dumb
  1645. ?dumb
  1646.  The dumb terminal driver has an optional size specification.
  1647.  
  1648.  Syntax:
  1649.          set terminal dumb {<xsize> <ysize>}
  1650.  
  1651.  where <xsize> and <ysize> set the size of the dumb terminals. Default
  1652.  is 79 by 24.
  1653.  
  1654.  Examples:
  1655.          set term dumb
  1656.          set term dumb 79 49 #(VGA screen - why would anyone want to do that!?)
  1657.  
  1658. ?set terminal hpljii
  1659. ?hpljii
  1660.  The HP LaserJet II and HP DeskJet drivers have a single option.
  1661.  
  1662.  Syntax:
  1663.          set terminal hpljii {<resolution>}
  1664.          set terminal hpdj   {<resolution>}
  1665.  
  1666.  where <resolution> is the resolution of the output in dots per inch.
  1667.  It must be `75`, `100`, `150` or `300`.
  1668.  
  1669.  Example:
  1670.          set terminal hpljii 150
  1671.  
  1672. ?set terminal iris4d
  1673. ?iris4d
  1674.  The iris4d driver can operate in two modes.
  1675.  
  1676.  Syntax:
  1677.          set terminal iris4d {24}
  1678.  
  1679.  If the hardware supports only 8 bits, use the default `set terminal
  1680.  iris4d`. If, however, the hardware supports 24 bits (8 per
  1681.  red/green/blue), use `set terminal iris4d 24`.
  1682.  
  1683.  When using 24-bit mode, the colors can be directly specified via the
  1684.  file .gnuplot_iris4d that is searched in the current directory and
  1685.  then in the home directory specified by the HOME environment variable.
  1686.  This file holds RGB values for the background, border, labels and nine
  1687.  plotting colors, in that order. For example, here is a file containing
  1688.  the default colors:
  1689.  
  1690.          85   85   85     /* Back Ground */
  1691.          0    0    0      /* Boundary */
  1692.          170  0    170    /* Labeling */
  1693.          85   255  255    /* Plot Color 1 */
  1694.          170  0    0      /* Plot Color 2 */
  1695.          0    170  0      /* Plot Color 3 */
  1696.          255  85   255    /* Plot Color 4 */
  1697.          255  255  85     /* Plot Color 5 */
  1698.          255  85   85     /* Plot Color 6 */
  1699.          85   255  85     /* Plot Color 7 */
  1700.          0    170  170    /* Plot Color 8 */
  1701.          170  170  0      /* Plot Color 9 */
  1702.  
  1703.  This file has exactly 12 lines of RGB triples. No empty lines are
  1704.  allowed and anything after the third number in line is ignored.
  1705.  
  1706. ?set terminal postscript
  1707. ?postscript
  1708.  Several options may be set in the PostScript driver.
  1709.  
  1710.  Syntax:
  1711.          set terminal postscript {<mode>} {<color>}
  1712.                                  {"<fontname>"} {<fontsize>}
  1713.  
  1714.  where <mode> is `landscape`, `portrait`, `eps` or `default`. 
  1715.  Selecting default sets all options to their defaults.
  1716.  <color> is either `color` or `monochrome`.
  1717.  "<fontname>" is the name of a valid PostScript font.
  1718.  <fontsize> is the size of the font in PostScript points, before 
  1719.  scaling by the `set size` command.
  1720.  Defaults are `landscape`, `monochrome`, "Courier", and 14pt.
  1721.  Default size of PostScript plot is landscape mode 10 inches wide 
  1722.  and 7 inches high.
  1723.  
  1724.  To get EPS output, use the `eps` mode and make only one plot per file.
  1725.  In `eps` mode the whole plot is halved in size; the fonts are half the 
  1726.  given size, and the plot is 5 inches wide and 3.5 inches high.
  1727.  
  1728.  Examples:
  1729.  
  1730.          set term postscript default       # old postscript
  1731.          set term postscript landscape 22  # old psbig
  1732.          set term postscript eps 14   # old epsf1
  1733.          set term postscript eps 22   # old epsf2
  1734.          set size 0.7,1.4
  1735.          set term post portrait color "Times-Roman" 14 
  1736.  
  1737. ?set terminal aifm
  1738. ?aifm
  1739.  Several options may be set in the Adobe Illustrator 3.0 driver.
  1740.  
  1741.  Syntax:
  1742.          set terminal aifm {<color>}
  1743.                                  {"<fontname>"} {<fontsize>}
  1744.  
  1745.  Selecting default sets all options to their defaults.
  1746.  <color> is either `color` or `monochrome`.
  1747.  "<fontname>" is the name of a valid PostScript font.
  1748.  <fontsize> is the size of the font in PostScript points, before 
  1749.  scaling by the `set size` command.
  1750.  Defaults are `monochrome`, "Courier", and 14pt.
  1751.  
  1752.  Also, since AI does not really support multiple pages, multiple 
  1753.  graphs will be output directly on one another.  However, each graph 
  1754.  will be grouped individually, making it easy to separate them inside 
  1755.  AI (just pick them up and move them).
  1756.  
  1757.  Examples:
  1758.  
  1759.          set term aifm 
  1760.          set term aifm 22  
  1761.          set size 0.7,1.4
  1762.          set term aifm color "Times-Roman" 14 
  1763.  
  1764. ?set tics
  1765. ?show tics
  1766. ?tics
  1767.  By default, tics are drawn inwards from the border on all four sides.
  1768.  The `set tics` command can be used to change the tics to be 
  1769.  drawn outwards on the left and bottom borders only.
  1770.  This is useful when doing impulse plots.
  1771.  
  1772.  Syntax:
  1773.          set tics {<direction>}
  1774.          show tics
  1775.  
  1776.  where <direction> may be `in` or `out`. `set tics` defaults to `in`.
  1777.  
  1778.  See also the `set xtics`, `set ytics`, and `set ztics` command for more
  1779.  control of tic marks.
  1780. ?set ticslevel
  1781. ?show ticslevel
  1782. ?ticslevel
  1783.  Using splot, in 3-d plots, one can adjust the relative height of the
  1784.  vertical (Z) axis using `set ticslevel`. The numeric argument provided
  1785.  specifies the location of the bottom of the scale. a zero will put it
  1786.  on the bottom grid and any positive number somewhere along the z axis.
  1787.  
  1788.  Syntax:
  1789.          set ticslevel {<level>}
  1790.          show tics
  1791.  
  1792.  where <level> is a non negative numeric argument. For example,
  1793.  
  1794.          set ticslevel 0.5
  1795.  
  1796.  sets the tics level to the default value.
  1797.  
  1798.  See also the `set view`.
  1799. ?set time
  1800. ?show time
  1801. ?time
  1802.  The optional `set time` places the time and date of the plot either
  1803.  at the top or bottom of the left margin. The exact location is
  1804.  device dependent.
  1805.  
  1806.  Syntax:
  1807.          set time {<xoff>}{,<yoff>}
  1808.          set notime
  1809.          show time
  1810.  
  1811.  Specifying constants <xoff> or <yoff> as optional offsets for the time
  1812.  will move the time <xoff> or <yoff> character screen coordinates. For
  1813.  example,
  1814.  
  1815.          set time ,-3
  1816.  
  1817.  will change only the y offset of the time, moving the title down by
  1818.  roughly the height of three characters.
  1819.  
  1820. ?set title
  1821. ?show title
  1822. ?title
  1823.  The `set title` command produces a plot title that is centered at the
  1824.  top of the plot. Using the optional x,y screen offsets, the title
  1825.  can be placed anywhere on the plot. `set title` with no parameters
  1826.  clears the title.
  1827.  
  1828.  Syntax:
  1829.           set title {"<title-text>"} {<xoff>}{,<yoff>}
  1830.           show title
  1831.  
  1832.  Specifying constants <xoff> or <yoff> as optional offsets for the
  1833.  title will move the title <xoff> or <yoff> character screen
  1834.  coordinates. Note these are screen coordinates and not plot
  1835.  coordinates. For example,
  1836.  
  1837.           set title ,-1
  1838.  
  1839.  will change only the y offset of the title, moving the title down by
  1840.  roughly the height of one character.
  1841.  
  1842.  (The Latex, EEPIC, and Imagen drivers allow \\ in a string to specify
  1843.  a newline.)
  1844. ?set trange
  1845. ?show trange
  1846. ?trange
  1847.  The `set trange` command sets the parametric range used to compute
  1848.  x and y values when in parametric mode. If not in parametric mode
  1849.  (see `set parametric`) then this range is not used. This command
  1850.  does not affect x/y autoscaling or x/y ranges.
  1851.  
  1852.  This range may also be specified on the `plot` command line when
  1853.  in parametric mode.
  1854.  
  1855.  Syntax:
  1856.          set trange [{<tmin> : <tmax>}]
  1857.  
  1858.  where <tmin> and <tmax> terms are constants or expressions.
  1859.  
  1860.  Both the <tmin> and <tmax> terms are optional. Anything omitted will
  1861.  not be changed, so 
  1862.          set trange [:10]
  1863.  changes tmax to 10 without affecting tmin.  See also `set urange` and
  1864.  `set parametric`.
  1865. ?set urange
  1866. ?show urange
  1867. ?urange
  1868.  The `set urange` and `set vrange` commands sets the parametric ranges used 
  1869.  to compute x, y, and z values when in `splot` parametric mode. If not in 
  1870.  parametric mode (see `set parametric`) then these ranges are not used. This 
  1871.  command does not affect x/y autoscaling or x/y ranges.
  1872.  
  1873.  This range may also be specified on the `splot` command line when
  1874.  in parametric mode.  See `plot` for more information
  1875.  
  1876.  Syntax:
  1877.          set urange [{<umin> : <umax>}]
  1878.  
  1879.  where <umin> and <umax> terms are constants or expressions.
  1880.  
  1881.  Both the <umin> and <umax> terms are optional. Anything omitted will
  1882.  not be changed, so 
  1883.          set urange [:10]
  1884.  changes umax to 10 without affecting umin.  See also `set trange`.
  1885. ?show variables
  1886.  The `show variables` command lists all user-defined variables and
  1887.  their values.
  1888.  
  1889.  Syntax:
  1890.          show variables
  1891. ?set view
  1892. ?show view
  1893. ?view
  1894.  The `set view` command sets the view point for `splot`s. This
  1895.  command controls the way the 3-d coordinates of the plot are mapped
  1896.  into the 2-d screen space. This command provides controls to both
  1897.  rotation and scaling of the plotted data but supports orthographic
  1898.  projections only.
  1899.  
  1900.  Syntax:
  1901.          set view <rot_x> {,{<rot_z>}{,{<scale>}{,<scale_z>}}}
  1902.          show view
  1903.  
  1904.  where <rot_x> and <rot_z> control the rotation angles (in degrees)
  1905.  along a virtual 3-d coordinate system aligned with the screen such
  1906.  that the screen horizontal axis is x, screen vertical axis is y, and
  1907.  the axis perpendicular to the screen is z. <rot_x> is bounded to the
  1908.  [0:180] range with a default of 60 degrees, while <rot_z> is bounded
  1909.  to the [0:360] range with a default of 30 degrees. <scale> controls
  1910.  the scaling of the entire `splot`, while <scale_z> scales the z axis
  1911.  only. Both scales default to 1.0.
  1912.  
  1913.  Examples:
  1914.          set view 60, 30, 1, 1
  1915.          set view ,,0.5
  1916.  
  1917.  The first sets all the four default values. The second changes 
  1918.  only scale, to 0.5.
  1919.  
  1920.  See also `set ticslevel`.
  1921. ?set vrange
  1922. ?show vrange
  1923. ?vrange
  1924.  The `set vrange` command is similar to the `set urange` command.
  1925.  Please see `set urange`.
  1926. ?set xlabel
  1927. ?show xlabel
  1928. ?xlabel
  1929.  The `set xlabel` command sets the x-axis label that is centered along
  1930.  the x axis. Using the optional x,y screen offsets, the label can be
  1931.  placed anywhere on the plot. `set xlabel` with no parameters clears
  1932.  the label.
  1933.  
  1934.  Syntax: 
  1935.           set xlabel {"<label>"} {<xoff>}{,<yoff>}
  1936.           show xlabel
  1937.  
  1938.  Specifying constants <xoff> or <yoff> as optional offsets for the
  1939.  label will move the label <xoff> or <yoff> character screen
  1940.  coordinates. For example,
  1941.  
  1942.           set xlabel -1
  1943.  
  1944.  will change only the x offset of the xlabel, moving the label roughly
  1945.  one character width to the left.
  1946.  
  1947.  (The LaTeX, EEPIC, and Imagen drivers allow \\ in a string to specify
  1948.  a newline.)
  1949. ?set xrange
  1950. ?show xrange
  1951. ?xrange
  1952.  The `set xrange` command sets the horizontal range that will be
  1953.  displayed. This command turns x axis autoscaling off.
  1954.  
  1955.  This range may also be specified on the `plot` command line.
  1956.  
  1957.  Syntax:
  1958.          set xrange [{<xmin> : <xmax>}]
  1959.  
  1960.  where <xmin> and <xmax> terms are constants or expressions.
  1961.  
  1962.  Both the <xmin> and <xmax> terms are optional. Anything omitted will
  1963.  not be changed, so 
  1964.          set xrange [:10]
  1965.  changes xmax to 10 without affecting xmin.
  1966. ?set xtics
  1967. ?set noxtics
  1968. ?show xtics
  1969. ?xtics
  1970. ?noxtics
  1971.  Fine control of the x axis tic marks is possible with the
  1972.  `set xtics` command. The x-axis tic marks may be turned off with the
  1973.  `set noxtics` command. They may be turned on (the default state) with
  1974.  `set xtics`.
  1975.  
  1976.  Syntax:
  1977.           set xtics { {<start>, <incr>{, <end>}} |
  1978.                       {({"<label>"} <pos> {, {"<label>"} <pos>}...)} }
  1979.           set noxtics
  1980.           show xtics
  1981.  
  1982.  The <start>, <incr>, <end> form specifies that a series of tics will
  1983.  be plotted on the x axis between the x values <start> and <end>
  1984.  with an increment of <incr>. If <end> is not given it is assumed to be
  1985.  infinity. The increment may be negative. For example,
  1986.            set xtics 0,.5,10
  1987.  makes tics at 0, 0.5, 1, 1.5, ..., 9.5, 10.
  1988.  
  1989.  The ("<label>" <pos>, ...) form allows arbitrary tic positions or
  1990.  non-numeric tic labels. A set of tics are a set of positions, each
  1991.  with its own optional label. Note that the label is a string enclosed
  1992.  by quotes, and may be a constant string, such as "hello", or contain
  1993.  formatting information for the tic number (which is the same as the
  1994.  position), such as "%3f clients". See `set format` for more
  1995.  information about this case. The label may even be empty.
  1996.  Examples:
  1997.           set xtics ("low" 0, "medium" 50, "high" 100)
  1998.           set xtics (1,2,4,8,16,32,64,128,256,512,1024)
  1999.           set xtics ("bottom" 0, "" 10, "top" 20)
  2000.  
  2001.  Tics will only be plotted when in range.
  2002.  
  2003.  The `set ytics` and `set noytics` commands work identically.
  2004.  See also the `set format` command.
  2005. ?set xzeroaxis
  2006. ?set noxzeroaxis
  2007. ?show xzeroaxis
  2008. ?xzeroaxis
  2009. ?noxzeroaxis
  2010.  `set xzeroaxis` draws the x-axis. By default, this option is on.
  2011.  `set noxzeroaxis` causes GNUPLOT to omit the x-axis.
  2012.  
  2013.  Syntax:
  2014.          set xzeroaxis
  2015.          set noxzeroaxis
  2016.          show xzeroaxis
  2017. ?set ylabel
  2018. ?show ylabel
  2019. ?ylabel
  2020.  The `set ylabel` command sets the y-axis label.  The position of this
  2021.  label depends on the terminal, and can be one of the following three
  2022.  positions (the position can be adjusted with optional parameters).
  2023.  
  2024.  1. Horizontal text flushed left at the top left of the plot.
  2025.  Terminals that cannot rotate text will probably use this method.
  2026.  
  2027.  2. Vertical text centered vertically at the left of the plot.
  2028.  Terminals that can rotate text will probably use this method.
  2029.  
  2030.  3. Horizontal text centered vertically at the left of the plot.
  2031.  The LaTeX and EEPIC drivers use this method. The user must insert 
  2032.  line breaks using \\ to prevent the ylabel from overwriting
  2033.  the plot. To produce a vertical row of characters, add \\
  2034.  between every printing character (but this is ugly).
  2035.  
  2036.  Syntax:  
  2037.           set ylabel {"<label>"} {<xoff>}{,<yoff>}
  2038.           show ylabel
  2039.  
  2040.  With no parameters, the label is cleared. Specifying constants <xoff>
  2041.  or <yoff> as optional offsets for the label will move the label <xoff>
  2042.  or <yoff> character screen coordinates. For example,
  2043.  
  2044.           set ylabel -1
  2045.  
  2046.  will change only the x offset of the ylabel, moving the label roughly
  2047.  one character width left of its default position. This is especially
  2048.  useful with the LaTeX driver.
  2049.  
  2050.  (The LaTeX, EEPIC, and Imagen drivers allow \\ in a string to specify
  2051.  a newline.)
  2052. ?set yrange
  2053. ?show yrange
  2054. ?yrange
  2055.  The `set yrange` command sets the vertical range that will be
  2056.  displayed. This command turns y axis autoscaling off.
  2057.  
  2058.  This range may also be specified on the `plot` command line.
  2059.  
  2060.  Syntax:
  2061.          set yrange [{<ymin> : <ymax>}]
  2062.  
  2063.  where <ymin> and <ymax> terms are constants or expressions.
  2064.  
  2065.  Both the <ymin> and <ymax> terms are optional. Anything omitted will
  2066.  not be changed, so 
  2067.          set yrange [:10]
  2068.  changes ymax to 10 without affecting ymin.
  2069. ?set ytics
  2070. ?set noytics
  2071. ?show ytics
  2072. ?ytics
  2073. ?noytics
  2074.  The `set ytics` and `set noytics` commands are similar to the `set xtics`
  2075.  and `set noxtics` commands. Please see `set xtics`.
  2076. ?set yzeroaxis
  2077. ?set noyzeroaxis
  2078. ?show yzeroaxis
  2079. ?yzeroaxis
  2080. ?noyzeroaxis
  2081.  `set yzeroaxis` draws the y-axis. By default, this option is on.
  2082.  `set noyzeroaxis` causes GNUPLOT to omit the y-axis.
  2083.  
  2084.  Syntax:
  2085.          set yzeroaxis
  2086.          set noyzeroaxis
  2087.          show yzeroaxis
  2088. ?set zero
  2089. ?show zero
  2090. ?zero
  2091.  The `zero` value is the default threshold for values approaching 0.0.
  2092.  GNUPLOT will not plot a point if its imaginary part is greater in
  2093.  magnitude than the `zero` threshold. Axis ranges cannot be less than
  2094.  `zero`. The default `zero` value is 1e-8. This can be changed with
  2095.  the `set zero` command.
  2096.  
  2097.  Syntax:
  2098.          set zero <expression>
  2099.          show zero
  2100. ?set zeroaxis
  2101. ?set nozeroaxis
  2102. ?show zeroaxis
  2103. ?zeroaxis
  2104. ?nozeroaxis
  2105.  `set zeroaxis` draws the x-axis and y-axis. By default, this option is
  2106.  on.  `set nozeroaxis` causes GNUPLOT to omit the axes, and is
  2107.  equivalent to `set noxzeroaxis; set noyzeroaxis.`
  2108.  
  2109.  Syntax:
  2110.          set zeroaxis
  2111.          set nozeroaxis
  2112.          show zeroaxis
  2113.  See `set xzeroaxis` and `set yzeroaxis`.
  2114. ?set zlabel
  2115. ?show zlabel
  2116. ?zlabel
  2117.  The `set zlabel` command sets the z-axis label that is centered along
  2118.  the z axis. Using the optional x,y screen offsets, the label can be
  2119.  placed anywhere on the plot. `set zlabel` with no parameters clears
  2120.  the label.
  2121.  
  2122.  Syntax: 
  2123.           set zlabel {"<label>"} {<xoff>}{,<yoff>}
  2124.           show zlabel
  2125.  
  2126.  Specifying constants <xoff> or <yoff> as optional offsets for the
  2127.  label will move the label <xoff> or <yoff> character screen
  2128.  coordinates. For example,
  2129.  
  2130.           set zlabel ,1
  2131.  
  2132.  will change only the y offset of the zlabel, moving the label roughly
  2133.  one character height up.
  2134.  
  2135.  The zlabel will be drawn whenever surfaces or contours are plotted,
  2136.  in the space above the grid level.
  2137.  
  2138.  (The LaTeX, EEPIC, and Imagen drivers allow \\ in a string to specify
  2139.  a newline.)
  2140. ?set zrange
  2141. ?show zrange
  2142. ?zrange
  2143.  The `set zrange` command sets the vertical range that will be
  2144.  displayed. This command turns z axis autoscaling off.  The zrange is
  2145.  used only by `splot` and is ignored by `plot`.
  2146.  
  2147.  This range may also be specified on the `splot` command line.
  2148.  
  2149.  Syntax:
  2150.          set zrange [{<zmin> : <zmax>}]
  2151.  
  2152.  where <zmin> and <zmax> terms are constants or expressions.
  2153.  
  2154.  Both the <zmin> and <zmax> terms are optional. Anything omitted will
  2155.  not be changed, so
  2156.          set zrange [2:]
  2157.  changes zmin to 2 without affecting zmax.
  2158. ?set ztics
  2159. ?set noztics
  2160. ?show ztics
  2161. ?ztics
  2162. ?noztics
  2163.  The `set ztics` and `set noztics` commands are similar to the `set
  2164.  xtics` and `set noxtics` commands. Please see `set xtics`.
  2165. ?shell
  2166.  The `shell` command spawns an interactive shell. To return to
  2167.  GNUPLOT, type `logout` if using VMS, `exit` or the END-OF-FILE
  2168.  character if using Unix, `endcli` if using AmigaDOS, or `exit` if
  2169.  using MS-DOS.
  2170.  
  2171.  A single shell command may be spawned by preceding it with the !
  2172.  character ($ if using VMS) at the beginning of a command line.
  2173.  Control will return immediately to GNUPLOT after this command is
  2174.  executed. For example, in VMS, AmigaDOS, or MS-DOS,
  2175.  
  2176.       ! dir
  2177.  
  2178.  prints a directory listing and then returns to GNUPLOT.
  2179.  Three-dimensional surface and contour plotting is available in
  2180.  GNUPLOT with the `splot` command. See the `plot` command for features
  2181.  common to the `plot` command.
  2182.  
  2183.  See also `set contour`, `set cntrparam`, and `set surface`.
  2184. ?startup
  2185. ?start
  2186. ?.gnuplot
  2187.  When GNUPLOT is run, it looks for an initialization file to load.
  2188.  This file is called `.gnuplot` on Unix and AmigaDOS systems, and
  2189.  `GNUPLOT.INI` on other systems. If this file is not found in the
  2190.  current directory, the program will look for it in the home directory
  2191.  (under AmigaDOS and MS-DOS, the environment variable GNUPLOT should
  2192.  contain the name of this directory).
  2193.  
  2194.  If this file is found, GNUPLOT executes the commands in this file.
  2195.  This is most useful for setting the terminal type and defining any
  2196.  functions or variables that are used often.
  2197. ?substitution
  2198.  Command-line substitution is specified by a system command enclosed in
  2199.  backquotes. This command is spawned and the output it produces
  2200.  replaces the name of the command (and backquotes) on the command line.
  2201.  
  2202.  Newlines in the output produced by the spawned command are replaced
  2203.  with blanks.
  2204.  
  2205.  Command-line substitution can be used anywhere on the GNUPLOT command
  2206.  line.
  2207.  
  2208.  Example:
  2209.  
  2210.  This will run the program `leastsq` and replace `leastsq` (including
  2211.  backquotes) on the command line with its output:
  2212.  
  2213.           f(x) = `leastsq`
  2214.  
  2215.  or, in VMS
  2216.  
  2217.           f(x) = `run leastsq`
  2218. ?userdefined
  2219. ?variables
  2220.  New user-defined variables and functions of one or two variables may be 
  2221.  declared and used anywhere.
  2222.  
  2223.  User-defined function syntax:
  2224.          <function-name> ( <dummy-var1> {,<dummy-var2>} ) =  <expression>
  2225.  
  2226.  where <expression> is defined in terms of <dummy-var1> and <dummy-var2>.
  2227.  
  2228.  User-defined variable syntax:
  2229.          <variable-name> = <constant-expression>
  2230.  
  2231.  Examples:
  2232.          w = 2
  2233.          q = floor(tan(pi/2 - 0.1))
  2234.          f(x) = sin(w*x)
  2235.          sinc(x) = sin(pi*x)/(pi*x)
  2236.          delta(t) = (t == 0)
  2237.          ramp(t) = (t > 0) ? t : 0
  2238.          min(a,b) = (a < b) ? a : b
  2239.          comb(n,k) = n!/(k!*(n-k)!)
  2240.  
  2241.  Note that the variable `pi` is already defined.
  2242.  
  2243.  See `show functions` and `show variables`.
  2244. ?bugs
  2245.  The bessel functions do not work for complex arguments.
  2246.  
  2247.  The gamma function does not work for complex arguments.
  2248.  
  2249.  There is a bug in the stdio library for old Sun operating systems
  2250.  (SunOS Sys4-3.2). The "%g" format for 'printf' sometimes incorrectly
  2251.  prints numbers (e.g., 200000.0 as "2"). Thus, tic mark labels may be
  2252.  incorrect on a Sun4 version of GNUPLOT. A work-around is to rescale
  2253.  the data or use the `set format` command to change the tic mark format
  2254.  to "%7.0f" or some other appropriate format. This appears to have been
  2255.  fixed in SunOS 4.0.
  2256.  
  2257.  Another bug: On a Sun3 under SunOS 4.0, and on Sun4's under Sys4-3.2
  2258.  and SunOS 4.0, the 'sscanf' routine incorrectly parses "00 12" with
  2259.  the format "%f %f" and reads 0 and 0 instead of 0 and 12. This
  2260.  affects data input. If the data file contains x coordinates that are
  2261.  zero but are specified like '00', '000', etc, then you will read the
  2262.  wrong y values. Check any data files or upgrade the SunOS.
  2263.  It appears to have been fixed in SunOS 4.1.1.
  2264.  
  2265.  Microsoft C 5.1 has a nasty bug associated with the %g format for
  2266.  printf. When any of the formats "%.2g", "%.1g", "%.0g", "%.g" are
  2267.  used, printf will incorrectly print numbers in the range 1e-4 to 1e-1.
  2268.  Numbers that should be printed in the %e format are incorrectly 
  2269.  printed in the %f format, with the wrong number of zeros after the 
  2270.  decimal point.
  2271.  
  2272.  To work around this problem, use the %e or %f formats explicitly.
  2273.  
  2274.  GNUPLOT, when compiled with Microsoft C, did not work correctly on two
  2275.  VGA displays that were tested. The CGA, EGA and VGA drivers should 
  2276.  probably be rewritten to use the Microsoft C graphics library.
  2277.  GNUPLOT compiled with Turbo C uses the Turbo C graphics drivers and 
  2278.  does work correctly with VGA displays.
  2279.  
  2280.  VAX/VMS 4.7 C compiler release 2.4 also has a poorly implemented %g 
  2281.  format for printf. The numbers are printed numerically correct, but 
  2282.  may not be in the requested format. The K&R second edition says that 
  2283.  for the %g format, %e is used if the exponent is less than -4 or greater 
  2284.  than or equal to the precision. The VAX uses %e format if the exponent 
  2285.  is less than -1. The VAX appears to take no notice of the precision 
  2286.  when deciding whether to use %e or %f for numbers less than 1.
  2287.  To work around this problem, use the %e or %f formats explicitly.
  2288.  From the VAX C 2.4 release notes:
  2289.  e,E,f,F,g,G  Result will always contain a decimal  point.
  2290.  For g and G, trailing zeros will not be removed from the result.
  2291.  
  2292.  VAX/VMS 5.2 C compiler release 3.0 has a slightly better implemented
  2293.  %g format than release 2.4, but not much. Trailing decimal points are 
  2294.  now removed, but trailing zeros are still not removed from %g numbers 
  2295.  in exponential format.
  2296.  
  2297.  ULTRIX X11R3 has a bug that causes the X11 driver to display "every
  2298.  other" plot.  The bug seems to be fixed in DEC's release of X11R4 so
  2299.  newer releases of ULTRIX don't seem to have the problem.  Solutions for 
  2300.  older sites include upgrading the X11 libraries (from DEC or direct from 
  2301.  MIT) or defining ULTRIX_KLUDGE when compiling the x11.trm file.  Note 
  2302.  that the kludge is not an ideal fix, however.
  2303.  
  2304.  The constant HUGE was incorrectly defined in the NeXT OS 2.0 operating
  2305.  system.  HUGE should be set to 1e38 in plot.h. This error has been
  2306.  corrected in the 2.1 version of NeXT OS.
  2307.  
  2308.  Please report any bugs to pixar!bug-gnuplot@sun.com or
  2309.  pixar!bug-gnuplot@ucbvax.berkeley.edu.
  2310.